Defined values for the style of arm source detection.
[Visual Basic] Public Enum IviLxiSyncArmSourceDetectionEnum [C#] public enum IviLxiSyncArmSourceDetectionEnum [C++] enum IviLxiSyncArmSourceDetectionEnum
Members
| Member name | Description |
|---|---|
| IviLxiSyncArmSourceDetectionRise | Configures the LXI device to arm on the rising edge of the arm source. |
| IviLxiSyncArmSourceDetectionFall | Configures the LXI device to arm on the falling edge of the arm source. |
| IviLxiSyncArmSourceDetectionHigh | Configures the LXI device to arm while the arm source is high, that is, while it remains true. |
| IviLxiSyncArmSourceDetectionLow | Configures the LXI device to arm while the arm source is low, that is, while it remains false. |
Requirements
Namespace: Ivi.LxiSync.Interop
Assembly: Ivi.LxiSync.Interop (in Ivi.LxiSync.Interop.dll)